home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / internet / nos / nos-ppp / docs / book.txt < prev    next >
Text File  |  1994-06-05  |  15KB  |  378 lines

  1. DEMON SYSTEMS LIMITED
  2. =====================
  3. 42 Hendon Lane
  4. Finchley
  5. London
  6. N3 1TT
  7. 081-349 0063
  8. 031-552 0344 (Edinburgh)
  9. email orders@demon.net
  10.  
  11.  
  12. BOOK.TXT - Prices of books we keep in stock.
  13. Last updated 2nd June 1994
  14.  
  15. Latest version is available from ftp.demon.co.uk:/pub/doc/books/book.txt
  16.  
  17. We can supply a wide range of computer books including
  18. the O'Reilly (Nutshell), Prentice Hall & Addison Wesley range of books.
  19.  
  20. We can get most titles, but those that may be of particular interest
  21. and are normally in stock:
  22.  
  23. From the O'Reilly Nutshell Series:
  24.   The Whole Internet Guide (Ed Krol)      1-56592-025-2   #18.50
  25.   DNS and BIND                            1-56592-010-4   #22.00
  26.   TCP/IP Network Admin                    0-937175-82-X   #22.00
  27.   Learning Perl                           1-56592-042-2   #18.50
  28.   Programming Perl                        0-937175-64-1   #22.00
  29.   Practical Unix Security                 0-937175-82-X   #22.00
  30.   Learning GNU Emacs                      0-937175-84-6   #22.00
  31.   Posix Programmer's Guide                0-937175-73-0   #25.75
  32.   sed & awk                               0-937175-59-5   #20.50
  33.   sendmail                                1-56592-056-2   #24.50
  34.   !%@:: Email Addressing & Networks 3rd   1-56592-031-7   #20.50
  35.   Learning the UNIX Operating System      1-56592-060-0   # 7.50
  36. For a complete list of O'Reilly books get /pub/doc/books/bookcat.txt
  37.  
  38. From Hayden:
  39.   The Internet Starter Kit for Macintosh  1-56830-064-9   #27.98
  40.   (TISK)
  41.  
  42. From Addison Wesley
  43.   The Internet Connection                 0-201-5237-4    #24.95
  44.        System Connectivity and Configuration. Hardback.
  45.   TCP/IP Illustrated                      0-201-63346 9   #27.95
  46.        Volume 1: The Protocols.  Hardback. TCP/IP ILLUST
  47.  
  48. From Osborne Mcgraw Hill
  49.   The Internet Yellow Pages               0-07-882023-5    #21.95
  50.  
  51.  
  52. Postage (no VAT):  1 book #3.00 *except* Sendmail, TISK & TCP/IP ILLUST
  53.                                          which are #4.00
  54.                    Any 2 books #5.00
  55.                    3 or more books FREE.
  56.  
  57. Please mail orders@demon.net or phone 081-349 0063 to order.
  58.  
  59. Descriptions of the books follow:
  60.  
  61. ---------------------------------------------------------------------
  62.  
  63. * Ed Krol's The Whole Internet (User Guide & Catalog)
  64.  
  65.   A very popular book.  Although one of the first to appear on the subject
  66.   of the Internet it has been kept updated and is in its 3rd revision.  It
  67.   is not computer specific.
  68.  
  69.   Chapter Headings
  70.   ================
  71.  
  72.   1. What is this book about?         9. Finding software
  73.   2. What is the Internet?           10. Finding someone
  74.   3. How the Internet works          11. Tunneling through the I'net: gopher
  75.   4. What's allowed on the Internet? 12. Searching indexed databases: WAIS
  76.   5. Remote login                    13. Hypertext spanning the I'net: WWW
  77.   6. Moving files: ftp               14. Other applications
  78.   7. Electronic mail                 15. Dealing with problems
  79.   8. Network news                    16. Resources on the Internet
  80.  
  81.   Also includes a pull-out quick-reference card.
  82.  
  83. ---------------------------------------------------------------------
  84.  
  85. *  DNS and BIND
  86.  
  87.   By Cricket Liu & Paul Albitz
  88.  
  89.   This book is a complete guide to the Internet's Domain Name System (DNS)
  90.   and the Berkeley Internet Name Domain (BIND) software, the UNIX
  91.   implementation of DNS. DNS is the system that translates hostnames
  92.   (like "rock.ora.com") into Internet addresses (like 192.54.67.23) Until
  93.   BIND was developed, name translation was based on a "host table"; if you
  94.   were on the Internet, you got a table that listed all the systems
  95.   connected to the Net, and their address. As the Internet grew from
  96.   hundreds to thousands to hundreds of thousands of systems, host tables
  97.   became unworkable. DNS is a distributed database that solves the same
  98.   problem effectively, allowing the Net to grow without constraints.
  99.   Rather than having a central table that gets distributed to very system
  100.   on the Net, it allows local administrators to assign their own hostnames
  101.   and addresses, and install these names in a local database. This
  102.   database is automatically distributed to other systems, as names are
  103.   needed.
  104.  
  105.   In addition to covering the basic motivation behind DNS and how to set
  106.   up the BIND software, this book covers many more advanced topics: how to
  107.   become a "parent" (i.e., "delegate" the ability to assign names to
  108.   someone else); how to use DNS to set up mail forwarding correctly;
  109.   debugging and trouble-shooting; and programming. Assumes a basic
  110.   knowledge of system administration and network management.
  111.  
  112. ---------------------------------------------------------------------
  113.  
  114. * TCP/IP Network Administration Book:
  115.  
  116.   Written by Craig Hunt, published with the new Lay Flat binding.  It
  117.   describes how to set up and administer a network of UNIX systems using
  118.   TCP/IP and following a practical approach.
  119.  
  120.   Chapter Headings
  121.   ================
  122.  
  123.   1. Overview of TCP/IP          8. Configuring DNS name service
  124.   2. Delivering the data         9. Network applications
  125.   3. Name service concepts      10. sendmail
  126.   4. Getting started            11. Troublehooting TCP/IP
  127.   5. Basic configuration        12. Network security
  128.   6. Configuring the interface  13. Interface information resources
  129.   7. Configuring routing        Appendices: Forms, gated, named etc.
  130.  
  131. ---------------------------------------------------------------------
  132.  
  133. *  Learning Perl
  134.  
  135.   By Randal L. Schwartz, Foreword by Larry Wall
  136.  
  137.   Learning perl, O'Reilly's new Nutshell Handbook, is ideal for system
  138.   administrators, programmers, and anyone else wanting a down-to-earth
  139.   introduction to this useful language. Written by a Perl trainer, its
  140.   aim is to make a competent, hands-on Perl programmer out of the reader
  141.   as quickly as possible. The book takes a tutorial approach, and
  142.   includes hundreds of short code examples, along with some lengthy
  143.   ones. The relatively inexperienced programmer will find Learning perl
  144.   easily accessible.
  145.  
  146.   Each chapter of the book includes practical programming exercises.
  147.   Solutions are presented for all exercises.
  148.  
  149.   For a comprehensive and detailed guide to programming with Perl, read
  150.   O'Reilly's companion book Programming perl.
  151.  
  152. ---------------------------------------------------------------------
  153.  
  154. *  Programming Perl
  155.  
  156.   By Larry Wall & Randal L. Schwartz
  157.  
  158.   This is the authoritative guide to the hottest new UNIX utility in
  159.   years, co-authored by its creator.
  160.  
  161.   Perl is a language for easily manipulating text, files, and processes.
  162.   Perl provides a more concise and readable way to do many jobs that were
  163.   formerly accomplished (with difficulty) by programming in the C language
  164.   or one of the shells. Even though perl is not yet a standard part of
  165.   UNIX, it is likely to be available wherever you choose to work. And if
  166.   it isn't, you can get it and install it easily and free of charge.
  167.  
  168.   Also includes a pull-out quick-reference card.
  169.  
  170. ---------------------------------------------------------------------
  171.  
  172. *  Practical UNIX Security
  173.  
  174.   By Simson Garfinkel & Gene Spafford
  175.  
  176.   If you are a UNIX system administrator or user who needs to deal with
  177.   security, you need this book.
  178.  
  179.   Practical UNIX Security tells system administrators how to make their
  180.   UNIX system---either System V or BSD---as secure as it possibly can be
  181.   without going to trusted system technology. The book describes UNIX
  182.   concepts and how they enforce security, tells how to defend against and
  183.   handle security breaches, and explains network security (including UUCP,
  184.   NFS, Kerberos, and firewall machines) in detail.
  185.  
  186. ---------------------------------------------------------------------
  187.  
  188. *  Learning GNU Emacs
  189.  
  190.   By Debora Cameron & Bill Rosenblatt
  191.  
  192.   GNU Emacs is the most popular and widespread of the Emacs family of
  193.   editors. It is also the most powerful and flexible. (Unlike all other
  194.   text editors, GNU Emacs is a complete working environment---you can stay
  195.   within Emacs all day without leaving.) This book tells you how to get
  196.   started with the GNU Emacs editor. It will also "grow" with you: as you
  197.   become more proficient, this book will help you learn how to use Emacs
  198.   more effectively. It will take you from basic Emacs usage (simple text
  199.   editing) to moderately complicated customization and programming.
  200.  
  201.   The book is aimed at new Emacs users, whether or not they are
  202.   programmers. Also useful for readers switching from other Emacs
  203.   implementations to GNU Emacs.
  204.  
  205. ---------------------------------------------------------------------
  206.  
  207. *  POSIX Programmer's Guide
  208.  
  209.   By Donald Lewine
  210.  
  211.   Most UNIX systems today are POSIX-compliant because the Federal
  212.   government requires it for its purchases. Even OSF and UI agree on
  213.   support for POSIX. Given the manufacturer's documentation, however, 
  214.   it can be difficult to distinguish system-specific features from 
  215.   those features defined by POSIX.
  216.  
  217.   The POSIX Programmer's Guide, intended as an explanation of the POSIX
  218.   standard and as a reference for the POSIX.1 programming library,
  219.   helps you write more portable programs. This guide is especially 
  220.   helpful if you are writing programs that must run on multiple UNIX 
  221.   platforms. This guide also helps you convert existing UNIX programs 
  222.   for POSIX compliance.
  223.  
  224. ---------------------------------------------------------------------
  225.  
  226. * sed & awk
  227.  
  228.   By Dale Dougherty
  229.  
  230.   For people who create and modify text files, sed and awk are powerful
  231.   tools for editing.  Can save hours of repetitive work - a must for
  232.   UNIX system programmers and administrators, even general UNIX readers
  233.   will benefit.
  234.  
  235.   This book contains a comprehensive treatment of sed and awk syntax.  It
  236.   emphasizes the kinds of practical problems that sed and awk can help
  237.   users to solve, with many useful example scripts and programs.
  238.  
  239. ---------------------------------------------------------------------
  240.  
  241. * sendmail
  242.  
  243.   By Bryan Costales, with Eric Allman & Neil Rickert
  244.  
  245.   This new Nutshell Handbook is far and away the most comprehensive 
  246.   book ever written on sendmail, a program that acts like a traffic 
  247.   cop in routing and delivering mail on UNIX-based networks. Although 
  248.   sendmail is used on almost every UNIX system, it's one of the last 
  249.   great uncharted territories--and most difficult utilities to learn--
  250.   in UNIX system administration.
  251.  
  252.   This book provides a complete sendmail tutorial, plus extensive 
  253.   reference material on every aspect of the program. It covers
  254.   IDA sendmail; the newest version (V8) from Berkeley; and the 
  255.   standard versions available on most systems. Part One of the book 
  256.   is a tutorial on understanding sendmail; Part Two covers 
  257.   practical issues in sendmail administration; Part Three 
  258.   is a comprehensive reference section; and Part Four consists of
  259.   appendices and a bibliography.
  260.  
  261. ---------------------------------------------------------------------
  262.  
  263. * Learning the UNIX Operating System
  264.  
  265.   By Grace Todino, John Strang & Jerry Peek
  266.  
  267.   If you are new to UNIX, this concise introduction will tell you just
  268.   what you need to get started and no more. Why wade through a
  269.   six-hundred-page book when you can begin working productively
  270.   in a matter of minutes?
  271.  
  272.   This book is the most effective introduction to UNIX in print.
  273.   This new edition has been updated and expanded to provide increased
  274.   coverage of window systems and networking. It's a handy book for
  275.   someone just starting with UNIX, as well as someone who encounters
  276.   a UNIX system as a "visitor" via remote login over the Internet.
  277.  
  278. ---------------------------------------------------------------------
  279.  
  280. *  !%@:: A Directory of Electronic Mail Addressing & Networks
  281.  
  282.   By Donnalyn Frey & Rick Adams
  283.  
  284.   This is the only up-to-date directory that charts the networks that 
  285.   make up the Internet, provides contact names and addresses, and 
  286.   describes the services each network provides.
  287.  
  288.   It includes all of the major Internet-based networks, as well as
  289.   various commercial networks such as CompuServe, Delphi, and America
  290.   Online that are "gatewayed" to the Internet for transfer of electronic
  291.   mail and other services.  If you are someone who wants to connect to
  292.   the Internet, or someone who already is connected but wants concise,
  293.   up-to-date information on many of the world's networks, check out this
  294.   book.
  295.  
  296. ---------------------------------------------------------------------
  297.  
  298. * The Internet Starter Kit for Macintosh:
  299.  
  300.   Written by Adam Engst, publisher of TidBITS.
  301.   Over 600 pages. Excellent book.  Includes a disk containing:
  302.  
  303.   MacTCP
  304.   InterSLIP
  305.   TurboGopher for gopher
  306.   Eudora 1.4 for Mail
  307.   Fetch for ftp
  308.   StuffitExpander
  309.  
  310.   Easy to follow style, good resource reference section.  A must
  311.   for all Mac users.  The software requires System 7.
  312.  
  313.   The book has an RRP of #27.50 but because there is a disk with
  314.   it we have to charge 10% of the VAT i.e.
  315.   #(27.50 / 10) * 0.175 = #0.48 totals #27.98
  316.  
  317.   FREE EXTRA DISK: The Demon Mac Install Script disk - makes installing
  318.   the Mac software easy.  Includes extra utilities as well.  FREE of 
  319.   charge to all purchases of this book.
  320.  
  321. ---------------------------------------------------------------------
  322.  
  323. * The Internet Connection:
  324.        System Connectivity and Configuration. Hardback.
  325.  
  326.   John S. Quarterman and Smoot Carl-Mitchell
  327.  
  328.   A very good book to learn about TCP/IP and how to configure a system
  329.   and connect it to the Internet.  This book is recommended for the 
  330.   slightly more computer literate person perhaps setting up a Unix
  331.   system.
  332.   
  333.   Chapter Headings
  334.   ================
  335.  
  336.   1. Internet Services                        8. Setting Up USENET News
  337.   2. The Internet & Other Networks            9. Security Issues
  338.   3. Types of Internet Access                10. Setting Up Resource
  339.   4. Registering Domain Names and IP Numbers        Discovery Services
  340.   5. Setting Up IP                           Appendix A-D.
  341.   6. Setting Up the Domain Name System
  342.   7. Setting Up Internet E-mail
  343.   
  344. ---------------------------------------------------------------------
  345.  
  346. * TCP/IP Illustrated.  Volume 1: The Protocols
  347.        Hardback.
  348.  
  349.   W. Richard Stevens
  350.  
  351.   Instead of merely describing the RFC's, bestselling author Rich Stevens
  352.   takes an innovative "visual" approach which, when combined with his
  353.   writing style, results in an acessible, understandable guide to TCP/IP.
  354.   Combined with plentiful, practical examples, this comprehensive guide
  355.   covers SunOS 4.1.3, Solaris 2.2, System V Release 4, BSD/386, AIX 3.2.2
  356.   and 4.4 BSD.
  357.  
  358. ---------------------------------------------------------------------
  359.  
  360. * The Internet Yellow Pages
  361.  
  362.   Harley Hahn and Rick Stout
  363.  
  364.   Hahn and Stout's incredible directory shows users what is available
  365.   on the world's largest network as well as how to access that information
  366.   immediately.  The Internet Yellow Pages, with its unique "phone book"
  367.   design and easy-to-reference alphabetical format, transcends area codes
  368.   to provide up-to-date information for Internet users around the globe.
  369.  
  370.   Hobbyists, professionals, university users - The Internet Yellow Pages
  371.   has something for everyone.  The comprehensive listing of resources
  372.   covers well over 100 categories including Art, Hobbies, Humor, Music,
  373.   Religion, Software, Sports and Television.  It saves hundreds of hours
  374.   of research time and allows users to make good use of every minute
  375.   spent on the Internet.
  376.  
  377. ---------------------------------------------------------------------
  378.